名前 | 解説 | |
---|---|---|
ReentrantObservableCollection<T> コンストラクタ |
ReentrantObservableCollection<T>データ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Count | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
InUpdate | Gets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called). | |
Item | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
BeginUpdate | Prevents raising events until the EndUpdate method is called. | |
Clear | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Contains | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
EndUpdate | Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events. | |
IndexOf | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
Move | Moves the item at the specified index to a new location in the collection. | |
Remove | System.Collections.ObjectModel.Collection<T>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<T>から継承されます。 |
名前 | 解説 | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |